Parsing 'df' output is extremely non-portable. Replace with a direct statvfs().
authorjohn.levon@sun.com <john.levon@sun.com>
Thu, 9 Nov 2006 23:03:51 +0000 (15:03 -0800)
committerjohn.levon@sun.com <john.levon@sun.com>
Thu, 9 Nov 2006 23:03:51 +0000 (15:03 -0800)
commit335af9950f06dd08123364ccb0fe0243553cc41a
tree933825511a411496f09eefb113386b1eeb9da41b
parenta1903043aa0fc2361aa29c74161862547b30db48
Parsing 'df' output is extremely non-portable. Replace with a direct statvfs().

Signed-off-by: John Levon <john.levon@sun.com>
tools/python/xen/xend/XendStorageRepository.py